← Index
NYTProf Performance Profile   
For ../prof.pl
  Run on Wed Dec 14 15:57:08 2022
Reported on Wed Dec 14 16:00:34 2022

Filename(eval 237)[/Users/ether/.perlbrew/libs/36.0@std/lib/perl5/Sub/Quote.pm:3]
StatementsExecuted 15 statements in 319µs
Eval Invoked At/Users/ether/.perlbrew/libs/36.0@std/lib/perl5/Sub/Quote.pm line 3
Sibling evals1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11119µs36µsMethod::Generate::Accessor::_Generated::::BEGIN@44Method::Generate::Accessor::_Generated::BEGIN@44
11113µs41µsJSON::Schema::Modern::Result::::BEGIN@8 JSON::Schema::Modern::Result::BEGIN@8
1114µs4µsMethod::Generate::Accessor::_Generated::::BEGIN@13Method::Generate::Accessor::_Generated::BEGIN@13
0000s0sJSON::Schema::Modern::Result::::exception JSON::Schema::Modern::Result::exception
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1{
222µs my $_UNQUOTED = ${$_[1]->{"\$_UNQUOTED"}};
310s my $isa_check_for_exception = ${$_[1]->{"\$isa_check_for_exception"}};
411µs my $default_for_exception = ${$_[1]->{"\$default_for_exception"}};
510s my $coerce_for_exception = ${$_[1]->{"\$coerce_for_exception"}};
610s my $_QUOTED = ${$_[1]->{"\$_QUOTED"}};
7 package JSON::Schema::Modern::Result;
8261µs269µs
# spent 41µs (13+28) within JSON::Schema::Modern::Result::BEGIN@8 which was called: # once (13µs+28µs) by Sub::Quote::_clean_eval at line 8
no warnings 'closure';
# spent 41µs making 1 call to JSON::Schema::Modern::Result::BEGIN@8 # spent 28µs making 1 call to warnings::unimport
9 sub exception {
10 ($_QUOTED,$_UNQUOTED) if 0;
11# BEGIN quote_sub PRELUDE
12package Method::Generate::Accessor::_Generated;
13
# spent 4µs within Method::Generate::Accessor::_Generated::BEGIN@13 which was called: # once (4µs+0s) by Sub::Quote::_clean_eval at line 18
BEGIN {
1411µs $^H = 1762;
1510s ${^WARNING_BITS} = "UUUUUUUUUUUUUUUUUUUU";
1614µs %^H = (
17 );
181121µs14µs}
19# END quote_sub PRELUDE
20 Carp::croak("exception is a read-only accessor") if @_ > 1;
21exists $_[0]->{"exception"} ?
22$_[0]->{"exception"}
23: do {
24 my $value = do {
25 local $Method::Generate::Accessor::CurrentAttribute = {
26 init_arg => undef(),
27 name => "exception",
28 step => "coercion",
29 };
30 (my $_return),
31 (my $_error), (my $_old_error = $@);
32 (eval {
33 ($@ = $_old_error),
34 ($_return =
35$coerce_for_exception->($default_for_exception->($_[0]))),
36 1
37 } or
38 $_error = CORE::ref $@ ? $@ : "coercion for \"exception\" failed: ".$@);
39 ($@ = $_old_error),
40 (defined $_error and CORE::die $_error);
41 $_return;
42}
43;
442121µs253µs
# spent 36µs (19+17) within Method::Generate::Accessor::_Generated::BEGIN@44 which was called: # once (19µs+17µs) by Sub::Quote::_clean_eval at line 44
do { no warnings "void"; package Type::Tiny; ((Scalar::Util::blessed($value) and $value->isa(q[JSON::PP::Boolean]))) or Type::Tiny::_failed_check($isa_check_for_exception, "InstanceOf[\"JSON::PP::Boolean\"]", $value, "attribute_name","exception","attribute_step","isa check","mgaca","0","varname","\$self->{\"exception\"}"); $value };
# spent 36µs making 1 call to Method::Generate::Accessor::_Generated::BEGIN@44 # spent 17µs making 1 call to warnings::unimport
45 $_[0]->{"exception"} = $value
46 }
47 }
4811µs $$_UNQUOTED = \&exception;
49}
5017µs1;
51
52;